-
Notifications
You must be signed in to change notification settings - Fork 841
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix EuiSuperSelect
TS defs
#1995
Conversation
@@ -195,7 +195,6 @@ export class EuiSuperSelect extends Component { | |||
<EuiSuperSelectControl | |||
options={options} | |||
value={valueOfSelected} | |||
onChange={onChange} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't actually do anything because it gets passed to a button
. onClick
handlers do all the change management
jenkins test this |
jenkins test this |
1 similar comment
jenkins test this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes LGTM, good catch on valueOfSelected
!
Summary
Update EuiSuperSelect type defs
Checklist
- [ ] This was checked in mobile- [ ] This was checked in IE11- [ ] This was checked in dark mode- [ ] Any props added have proper autodocs- [ ] Documentation examples were added- [ ] This was checked for breaking changes and labeled appropriately- [ ] This was checked against keyboard-only and screenreader scenarios- [ ] This required updates to Framer X components